html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0;
  font-size: 16px;
  color: #000;
  font-family: 'humanist777', 'Helvetica Neue', Arial, 'Liberation Sans', "Open Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  background-color: #FFFFFF;
}
select,textarea,button{
  font:14px/1.5 'humanist777', Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Hiragino Sans GB,Source Han Sans CN, Arial, sans-serif;
}
@font-face {
    font-family: 'Din';
    src: url('../font/DINPro-Bold.otf');
}
body.zs-bg-white{
  background-color: #FFFFFF;
}
.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
  font-weight: normal;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#3B3B3B;
  text-decoration:none;
  outline: none;
}
a:hover {
  color:#e4362d;
  transition: all 0.35s;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CCCCCC;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#CCCCCC;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#CCCCCC;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#CCCCCC;
}
.zs-pc{
    display: block !important;
}
.zs-m{
    display: none !important;
}
.zs-wrap{
  display: table;
  width: 100%;
}
.zs-wp{
  display: table;
  width:100%;
  padding-left: 35px;
  padding-right: 35px;
}
.zs-wp.cl,.zs-cl{
  margin-bottom: 8px;
}
.zs-md-2{
  width: 50%;
}
.zs-md-3{
  width: 33.33333%;
}
.zs-md-4{
  width: 25%;
}
.zs-ml-3{
  width: 30%;
}
.zs-mr-7{
  width: 70%;
}
.zs-ml-4{
  width: 40%;
}
.zs-mr-6{
  width: 60%;
}
.zs-md-2,.zs-md-3,.zs-md-4,.zs-ml-3,.zs-mr-7{
  float: left;
}
.zs-w100{
  display: table;
  width: 100%;
}
.zs-w50{
  display: inline-block;
  width: 49.5%;
}
.zs-center{
  text-align: center !important;
}
.zs-left{
  text-align: left !important;
}
.zs-right{
  text-align: left !important;
}
.zs-red{
    color:#ed0808 !important;
}
.zs-blue{
    color:#3860F4 !important;
}
.zs-imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.zs-imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.zs-fl{
  float: left;
}
.zs-fr{
  float: right;
}
.zs-posr{
    position: relative;
}
.zs-posa{
    position: absolute;
}
.zs-bg-grey {
    background: #f0f0f0;
}
.zs-line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #ed0808;
}
.zs-title{
    position: relative;
    font-size: 34px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: center;
}
.zs-subtitle{
    position: relative;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 30px 0;
    text-align: center;
}
/*页眉 start*/
.zs-header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 70px;
    transition: all 0.35s;
    z-index: 99999;
    background-color: rgba(255,255,255,1);
}
.zs-header.show {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 12px 0 rgba(0,9,27,.1);
    transition: all 0.35s;
}
.zs-header .zs-wp{
    display: block;
    height: 70px;
    align-items: center;
}
.zs-header .logo{
    float: left;
    width: auto;
    height: 35px;
    margin: 18px 0 18px 0;
}
.zs-header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-header .nav {
    float: left;
    display: flex;
    padding-left: 3%;
    width: 65%;
    flex-direction: row;
    justify-content: space-between;
}
.zs-header .nav li{
    position: relative;
    height: 70px;
}
.zs-header .nav li a{
    display: block;
    padding: 0 0;
    font-size: 15px;
    color: #333333;
    line-height: 70px;
    position: relative;
}
.zs-header .nav li a:hover{
    color: #e4362d;
}
.zs-header .nav li.cur a{
    color: #e4362d;
    font-weight: bold;
}
.zs-header .nav li a:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 16px;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #e4362d;
    transition: all 0.35s;
}
.zs-header .nav li.cur a:after, .zs-header .nav li a:hover:after {
    width: 16px;
    margin-left: -8px;
    background-color: #e4362d;
    bottom: 16px;
}
.zs-header .nav li:hover dl{
    display: block;
}
.zs-header .nav li dl{
    position: absolute;
    left: calc(50% - 60px);
    top: 70px;
    padding: 10px 0 10px 20px;
    display: none;
    /* width: 100%; */
    white-space: nowrap;
    min-width: 120px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 10%);
}
.zs-header .nav li dl dd{
    text-align: left;
    position: relative;
}
.zs-header .nav li dl dd a{
    padding: 0 20px 0 0;
    font-size: 16px;
    line-height: 2;
}
.zs-header .nav li dl dd a,.zs-header .nav li.cur dl dd a{
    color: #333333;
}
.zs-header .nav li dl dd a:hover,.zs-header .nav li.cur dl dd a:hover{
    color: #bf1313;
}
.zs-header .nav li dl dd dl.subnav,.zs-header .nav li dl dd dl dd dl.threenav{
    left: 100%;
    top: -10px;
    display: none;
}
.zs-header .nav li dl dd:hover dl.subnav,.zs-header .nav li dl dd dl dd:hover dl.threenav{
    display: block;
    border-left: 1px solid #F3F3F3;
}
.zs-header .nav .nav-arrow{
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-more.png) no-repeat 96% center;
    background-size: auto 12px;
}
.zs-header li:hover .dropdown-menu{
    display: block;
}
.zs-header .nav li.down.cur a:hover:after, .zs-header .nav li.down a:hover:after {
    display: none;
}
.zs-header .dropdown-menu {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 115px;
    margin-left: -54px;
    padding: 10px;
    margin-top: -1px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zs-header .dropdown-menu li{
    height: auto;
}
.zs-header .dropdown-menu:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 45px;
}
.zs-header .dropdown-item-title {
    line-height: 12px;
    margin: 0 10px;
    color: #666;
    height: auto;
    font-size: 13px;
    padding: 16px 10px 8px;
    border-bottom: 1px solid #e8e8e8;
}
.zs-header .dropdown-main-nav {
    width: 100%;
    line-height: 1.4;
}
.zs-header .dropdown-main-nav .dropdown-sub-item {
    padding: 0;
    float: left;
    width: 100%;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a {
    display: flex;
    width: 100%;
    padding: 10px 15px 8px 15px;
    line-height: 1.4;
    color: #333 !important;
    font-size: 15px;
    border-radius: 3px;
}
.zs-header .dropdown-main-nav .dropdown-sub-item.cur>a{
    color: #e4362d !important;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:after {
    display: none;
}
.zs-header .dropdown-main-nav .dropdown-sub-item>a:hover {
    color: #e4362d;
    text-decoration: none;
    background-color: #f5f5f5;
}
.zs-header .rightbox{
    float: right;
    display: flex;
    min-width: 225px;
    margin-top: 15px;
    height: 40px;
    justify-content: flex-end;
}
.zs-header .rightbox .ico-search {
    width: 40px;
    height: 40px;
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/ico-search.svg) no-repeat left center;
    background-size: 23px 23px;
    display: block;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.zs-header .rightbox .ico-phone {
    height: 40px;
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-phone.svg) no-repeat left center;
    background-size: 23px 23px;
    margin-left: 10px;
    display: block;
    letter-spacing: 0;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    font-family: 'din';
}
.zs-header .rightbox .ico-contact{
    display: block;
}
.zs-header .rightbox .ico-contact a{
    display: block;
    width: 100px;
    height: 40px;
    margin-left: 30px;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    border-radius: 6px;
    background-color: #e4362d;
    text-align: center;
}
.zs-header .rightbox .ico-search:hover,.zs-header .rightbox .ico-contact a:hover{
    opacity: 0.8;
}
/*页眉 end*/
/*subbanner*/
.zs-subbanner{
    display: block;
    width: 100%;
    height: 500px;
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/img-subbanner.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.zs-subbanner .title{
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    padding-top: 195px;
}
.zs-subbanner .subtitle{
    display: block;
    font-size: 18px;
    color: #333;
    padding-top: 18px;
}
.zs-subbanner .menubox{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 9;
    height: 70px;
}
.zs-subbanner .menubox .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-subbanner .submenu{
    display: flex;
    width: 80%;
    height: 70px;
    color: #FFFFFF;
}
.zs-subbanner .submenu a{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    display: block;
    line-height: 70px;
}
.zs-subbanner .submenu a.cur,.zs-subbanner .submenu a:hover {
    background: #e3143b;
}
.path{
    display: block;
    width: auto;
    line-height: 38px;
    font-size: 15px;
}
.path a{
    color: #333;
}
.path a:hover{
    text-decoration: underline !important;
}
.path span {
    font-family: 宋体;
    font-size: 12px;
    padding: 0px 10px;
}
/*箭头*/

.swiper-button-next:after, .swiper-button-prev:after{
    content: "";
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    content: "";
}
.h2title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 50px;
    line-height: 1;
}
.h2title .title{
    display: block;
    font-size: 32px;
    height: 32px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 5px solid #e4362d;
}
.h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.zs-inquiries {
    display: block;
    height: 463px;
    padding: 0 35px;
    margin-top: 60px;
    margin-bottom: 80px;
}
.zs-inquiries .zs-wp {
  position: relative;
  background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/bg_cloud.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.zs-inquiries .zs-wp .img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 48.2009%;
}
.zs-inquiries .zs-wp .img img {
  height: 100%;
}
.zs-inquiries .info {
  padding: 50px 0 36px 80px;
}
.zs-inquiries .info h2 {
  color: #FFFFFF;
  font-size: 43px;
  margin-bottom: 25px;
}
.zs-inquiries .info p {
  max-width: 48.87556%;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.zs-inquiries .jd-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-top: 20px;
}
.zs-inquiries .jd-info .qrc {
  width: 152px;
  margin-right: 19px;
}
.zs-inquiries .jd-info .qrc img {
  width: 100%;
}
.zs-inquiries .jd-info .txt {
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
/*页脚 start*/
.zs-footer {
    position: relative;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    z-index: 10
}


/*页脚 end*/

/*右边在线客服 start*/
.zs-rightim{
    width: 50px;
    position: fixed;
    right: 10px;
    top: 42%;
    margin-top: -210px;
    z-index: 200;
}
.zs-rightim li{
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    transition: all linear .2s;
    margin-top: 6px;
}
.zs-rightim .im-con{
    display: none;
    height: 50px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s;
}
.zs-rightim li:hover .im-con{
    display: block;
}
.zs-rightim .im-con .icon-arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    opacity: 0.5;
    background:url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-im-arrow.png) no-repeat center center; 
}
.zs-rightim .im-con .text {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px;
    background-color: rgba(0,170,255,0.5);
}
.zs-rightim .im-con .text strong{
    font-size:18px;
    font-weight:bold;
    margin-left: 5px;
}
.zs-rightim li.im-phone{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-right-phone.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 4px 4px 0 0;
}
.zs-rightim li.im-mobile{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-right-mobile.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim li.im-qq{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-right-qq.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim .imqq-con{
    display: none;
    padding: 0 25px 0 0;
    width: 378px;
    position: absolute;
    left: -370px;
    top: -50px;
}
.zs-rightim li.im-qq:hover .imqq-con{
    display: block;
}
.zs-rightim .imqq-con .icon-qq{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -6px;
    margin-left: 6px;
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-qqon.png) no-repeat center center;
    background-size: 18px 18px;
}
.zs-rightim .imqq-con .icon-arrow {
    display: block;
    width: 12px;
    height: 22px;
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-arric.png) no-repeat 0 0;
    position: absolute;
    right: 14px;
    top: 70px;
    z-index: 2;
}
.zs-rightim .imqq-con .text{
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px #dcdbdb;
    padding: 15px 15px 15px 15px;
    margin-top: 15px;
}
.zs-rightim .imqq-con .text strong{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.zs-rightim .imqq-con .links {
    display: block;
    width: 100%;
    padding-top: 13px;
}
.zs-rightim .imqq-con .links a{
    width: 90px;
    display: inline;
    margin-right: 20px;
    height: 40px;
    text-align: left;
    padding-bottom: 5px; 
}
.zs-rightim li.im-weixin{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-right-weixin.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim .imwx-con {
    display: none;
    position: absolute;
    top: -11px;
    left: -192px;
    width: 188px;
    height: 258px;
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/bg-im-weixin.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-left: 20px;
    z-index: 100;
}
.zs-rightim li.im-weixin:hover .imwx-con{
    display: block;
}
.zs-rightim .imwx-con img{
    display: block;
    width: 142px;
    height: 142px;
}
.zs-rightim .imwx-con span{
    width: 142px;
    height: 50px;
    float: left;
    border-top: 1px #CCCCCC solid;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
    color: #ff0000;
}
.zs-rightim li.im-gotop{
    background:#0af url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon-right-up.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0 0 4px 4px;
}
.zs-rightim li:hover{
    background-color: #039be7;
}
/*右边在线客服 end*/

/*页码*/
.zs-pages {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.zs-pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.zs-pages a:hover{
    background: #ed0808;
    color: #fff;
}
.zs-pages a i{
    margin-right: 0;
}
.zs-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    background: #ed0808;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
/*现在位置*/
.zs-path{
    margin-top: 25px;
    color: #808080;
}
.zs-path a{
    color: #27a6ee;
}
.zs-path a:hover{
    color: #FF6600;
}
.icon-close{
    display: none;
}
.h5{
    display: none;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){

}

/*Mobile v1*/
@media only screen and (max-width:767px){
.icon-close{
    display: block;
}
.gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 33.33333333% !important;
}
.news-more-li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.news-more-li .col-xs-6 {
    width: 50%;
    flex: 0 0 50%;
}
.page-news-con .news-more .news-more-li img {
    width: 100%;
    height: auto !important;
}
}